Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printer
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 May 2008 23:38:31 +0000 (23:38 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 5 May 2008 23:38:31 +0000 (23:38 +0000)
commit348b66f3e1fa101f448c5a6f7f2f8bcc8d3a1b6f
tree3243cbb8eade53f35a98833cb8fefc67cf081c07
parentb136668cb21c3b957f5136dacc000a0a7c8a837a
Apply a patch by Marek Kasik <mkasik@redhat.com> to display more printer

2008-05-05  Matthias Clasen  <mclasen@redhat.com>

        Apply a patch by Marek Kasik <mkasik@redhat.com> to display
        more printer status information in the print dialog.

        * modules/printbackends/cups/gtkprintbackendcups.c: Translate
        printer-state-reasons into suitable messages and icons.

        * gtk/stock-icons/16/gtk-print-error.{svg,png}:
        * gtk/stock-icons/16/gtk-print-report.{svg,png}:
        * gtk/stock-icons/16/gtk-print-warning.{svg,png}:
        * gtk/Makefile.am:
        * gtk/gtkstock.h: New stock icons to display printer state.

svn path=/trunk/; revision=20076
18 files changed:
docs/reference/ChangeLog
docs/reference/gtk/Makefile.am
docs/reference/gtk/tmpl/gtkstock.sgml
gtk/Makefile.am
gtk/gtkstock.h
gtk/stock-icons/16/gtk-print-error.png [new file with mode: 0644]
gtk/stock-icons/16/gtk-print-error.svg [new file with mode: 0644]
gtk/stock-icons/16/gtk-print-report.png [new file with mode: 0644]
gtk/stock-icons/16/gtk-print-report.svg [new file with mode: 0644]
gtk/stock-icons/16/gtk-print-warning.png [new file with mode: 0644]
gtk/stock-icons/16/gtk-print-warning.svg [new file with mode: 0644]
gtk/stock-icons/24/gtk-print-error.png [new file with mode: 0644]
gtk/stock-icons/24/gtk-print-error.svg [new file with mode: 0644]
gtk/stock-icons/24/gtk-print-report.png [new file with mode: 0644]
gtk/stock-icons/24/gtk-print-report.svg [new file with mode: 0644]
gtk/stock-icons/24/gtk-print-warning.png [new file with mode: 0644]
gtk/stock-icons/24/gtk-print-warning.svg [new file with mode: 0644]
modules/printbackends/cups/gtkprintbackendcups.c